home *** CD-ROM | disk | FTP | other *** search
/ Packard Bell - Multimedia…D & Packard Bell Library / Packard Bell Master CD.iso / diskimag / pnp / disk1.img / DB / HWP1C00.CF_ / HWP1C00.bin
Text File  |  1995-02-09  |  3KB  |  102 lines

  1. ;
  2. ; (c)Copyright Hewlett-Packard Co., 1989-1990
  3. ;    All Rights Reserved.
  4. ;
  5.                    
  6. BOARD
  7.    ID            = "HWP1C00"
  8.    NAME            = "HP Serial/Parallel Interface Board (24540B)"
  9.    MFR            = "Hewlett-Packard Co."
  10.    CATEGORY     = "COM"
  11.    SLOT           = ISA8OR16
  12.    COMMENTS = "    The HP Serial/Parallel Interface board provides industry
  13.                 standard RS-232 and parallel printer interfaces.  If 
  14.                 you have an HP Vectra 286, 386, or 486 (AT-compatible) computer,
  15.                 be sure to install this board in a slot that is 16-bit or larger."
  16.  
  17. JUMPER(1)   = 4
  18.    JTYPE    = paired
  19.    NAME     = "SER (A)"
  20.    VERTICAL = yes
  21.    LABEL    = LOC(4 3 2 1) "P-4" "P-3" "P-2" "P-1"
  22.    FACTORY  = LOC(4-1) 0001
  23.     
  24. JUMPER(2)   = 2          
  25.    JTYPE    = paired
  26.    NAME     = "PAR (B)"       
  27.    VERTICAL = yes
  28.    LABEL    = LOC(2 1) "P-2" "P-1"
  29.    FACTORY  = LOC(2-1) 01
  30.  
  31. JUMPER(3)   = 2
  32.    JTYPE    = paired
  33.    NAME     = "MODE"
  34.    VERTICAL = yes
  35.    LABEL    = LOC(2 1) "AT-MODE" "XT-MODE"
  36.    INITVAL  = LOC(2-1) 10         ; default is AT-MODE
  37.    FACTORY  = LOC(2-1) 10
  38.    COMMENTS = "HP Vectra 286, 386, and 486 (AT-compatible) computers support the 
  39.                use of four serial port configurations.  For these computers, 
  40.                place the board in a slot that is 16-bit or larger 
  41.                and set the jumper to AT-MODE.\n
  42.                HP Vectra CS (XT-compatible) computers support the use of 
  43.                two serial port configurations (COM1 and COM2).  For the Vectra CS, 
  44.                set the jumper to XT-MODE.\n"
  45.  
  46. FUNCTION    = "Serial Port"
  47.    TYPE       = "COM,ASY"
  48.    CONNECTION = "9-pin, male, D-type connector"
  49.    COMMENTS   = "COM3 and COM4 selections are available for 
  50.                  AT-compatible computers only."
  51.  
  52.    HELP       = "The serial port provides industry standard
  53.                  RS-232 asynchronous communications.\n
  54.                  COM3 and COM4 selections are not available for XT-
  55.                  compatible computers."
  56.  
  57.    CHOICE = "COM1"
  58.       SUBTYPE  = "COM1"
  59.       LINK         
  60.          PORT = 03F8h-03FFh
  61.          IRQ = 4
  62.          INIT = JUMPER(1) LOC(4 3 2 1) 0001
  63.          
  64.    CHOICE = "COM2"
  65.       SUBTYPE  = "COM2"
  66.       LINK
  67.          PORT = 02F8h-02FFh
  68.          IRQ = 3    
  69.          INIT = JUMPER(1) LOC(4 3 2 1) 0010
  70.  
  71.    CHOICE = "COM3"
  72.       SUBTYPE = "COM3"
  73.       LINK
  74.          PORT = 03E8h-03EFh
  75.          IRQ = 10        
  76.          INIT = JUMPER(1) LOC(4 3 2 1) 0100
  77.  
  78.    CHOICE = "COM4"
  79.       SUBTYPE = "COM4"
  80.       LINK        
  81.          PORT = 02E8h-02EFh
  82.          IRQ = 11
  83.          INIT = JUMPER(1) LOC(4 3 2 1) 1000
  84.  
  85. FUNCTION = "Parallel Port"
  86.    TYPE = "PAR"
  87.    CONNECTION = "25-pin, female, D-type connector"
  88.  
  89.    CHOICE = "LPT1"
  90.       SUBTYPE  = "LPT2"
  91.       LINK
  92.          PORT = 0378h-037Fh
  93.          IRQ = 7
  94.          INIT = JUMPER(2) LOC(2 1) 01
  95.  
  96.    CHOICE = "LPT2"
  97.       SUBTYPE  = "LPT3"
  98.       LINK
  99.          PORT = 0278h-027Fh
  100.          IRQ = 5
  101.          INIT = JUMPER(2) LOC(2 1) 10
  102.